πŸ“š Node [[dataset_api_(tf data)]] ⟢ subnode @KGBicheno/dataset_api_(tf data)
Nodes contain individual contributions whose filenames match your search. x

Loading pushes...

πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Dataset_Api_(Tf.Data).md by @KGBicheno

Dataset API (tf.data)

Go back to the [[AI Glossary]]

#TensorFlow

A high-level TensorFlow API for reading data and transforming it into a form that a machine learning algorithm requires. A tf.data.Dataset object represents a sequence of elements, in which each element contains one or more Tensors. A tf.data.Iterator object provides access to the elements of a Dataset.

For details about the Dataset API, see Importing Data in the TensorFlow Programmer’s Guide.

Rendering context...